/status/syslog/files/<file_name>

Use

Use to view the configuration for this local log file.

Parameters

file_name: Name of file

Data Key

The data key contains the file name.

Data Type

string

Default Data Value

“”

Default Allowed

False

Request Methods

GET, POST, PUT, DELETE

Examples

GET

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/syslog/files/name

GET Response

{"httpResponseCode": 404,
 "internalResponseCode": 101,
 "message": "Request failed: Unable to retrieve data from controller\n  Path: /status/syslog/files/name\n  ResponseCode: 101 (Path not found)\n",
 "recurse": False,
 "requestPath": "/status/syslog/files/name"}

GET (list children)

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/syslog/files/name?op=list

GET Response

{"httpResponseCode": 404,
 "internalResponseCode": 101,
 "message": "Request failed: Unable to retrieve data from controller\n  Path: /status/syslog/files/name\n  ResponseCode: 101 (Path not found)\n",
 "recurse": False,
 "requestPath": "/status/syslog/files/name"}

GET (recursively list children)

curl -b cookie.jar -k https://10.1.2.3:8443/lrs/api/v1.0/status/syslog/files/name?level=recurse

POST

curl -b cookie.jar –data @data.json -k -H “Content-Type: application/json” -X POST https://10.1.2.3:8443/lrs/api/v1.0/status/syslog/files/name

POST Response

{"httpResponseCode": 200,
  "requestPath": "/status/syslog/files/name",
  "recurse":false}
  1. /status/syslog/files/<file_name> 1. Parameters 2. Data Key
    1. Data Type
    2. Default Data Value 3. Default Allowed 4. Request Methods 5. Related 6. Examples